home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Code Resources / Jims CDEFs 1.50 / demo Source ƒ / utilities / panelAssist.h < prev    next >
Encoding:
Text File  |  1995-10-27  |  632 b   |  14 lines  |  [TEXT/KAHL]

  1. //----------------------------------------------------------------------------------
  2. //    File        : panelAssist.h
  3. //    Date        : August 24, 1994
  4. //    Author        : Jim Stout
  5. //    Purpose        : Some utility routines for use with the tabPanel CDEF.
  6. //
  7. //----------------------------------------------------------------------------------
  8.  
  9. extern Boolean    panelSwap    (DialogPtr theDialog, short dlogID, 
  10.                                 short fromPanel, short toPanel, short ctlToKeep);
  11. extern Boolean    panelCmdKey    (DialogPtr theDialog, short panelID, char c, 
  12.                                 short *theItem);
  13. extern Boolean    panelCmdTab    (DialogPtr theDialog, short panelID, char c, 
  14.                                 short *theItem);